﻿2026-07-17T03:38:33.4182067Z ##[group]Run actions/checkout@v5
2026-07-17T03:38:33.4182275Z with:
2026-07-17T03:38:33.4182412Z   repository: SaberMage/spt-shell-notify
2026-07-17T03:38:33.4182764Z   path: .adapter-notify
2026-07-17T03:38:33.4184249Z   token: ***
2026-07-17T03:38:33.4184368Z   ssh-strict: true
2026-07-17T03:38:33.4184485Z   ssh-user: git
2026-07-17T03:38:33.4184602Z   persist-credentials: true
2026-07-17T03:38:33.4184741Z   clean: true
2026-07-17T03:38:33.4184869Z   sparse-checkout-cone-mode: true
2026-07-17T03:38:33.4185020Z   fetch-depth: 1
2026-07-17T03:38:33.4185131Z   fetch-tags: false
2026-07-17T03:38:33.4185246Z   show-progress: true
2026-07-17T03:38:33.4185363Z   lfs: false
2026-07-17T03:38:33.4185467Z   submodules: false
2026-07-17T03:38:33.4185580Z   set-safe-directory: true
2026-07-17T03:38:33.4185710Z env:
2026-07-17T03:38:33.4185820Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-17T03:38:33.4185981Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-17T03:38:33.4186122Z ##[endgroup]
2026-07-17T03:38:33.6348699Z Syncing repository: SaberMage/spt-shell-notify
2026-07-17T03:38:33.6354329Z ##[group]Getting Git version info
2026-07-17T03:38:33.6354635Z Working directory is 'C:\actions-runner\_work\spt-bs-core\spt-bs-core\.adapter-notify'
2026-07-17T03:38:33.6689089Z [command]"c:\program files\git\cmd\git.exe" version
2026-07-17T03:38:33.6926345Z git version 2.43.0.windows.1
2026-07-17T03:38:33.6948510Z ##[endgroup]
2026-07-17T03:38:33.6955567Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\d1363f88-da20-4bc2-8a84-5f201b5eb53f\.gitconfig'
2026-07-17T03:38:33.6968338Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\d1363f88-da20-4bc2-8a84-5f201b5eb53f' before making global git config changes
2026-07-17T03:38:33.6968819Z Adding repository directory to the temporary git global config as a safe directory
2026-07-17T03:38:33.6973506Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-bs-core\spt-bs-core\.adapter-notify
2026-07-17T03:38:33.7227098Z ##[group]Initializing the repository
2026-07-17T03:38:33.7231631Z [command]"c:\program files\git\cmd\git.exe" init C:\actions-runner\_work\spt-bs-core\spt-bs-core\.adapter-notify
2026-07-17T03:38:33.7577046Z Initialized empty Git repository in C:/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify/.git/
2026-07-17T03:38:33.7603425Z [command]"c:\program files\git\cmd\git.exe" remote add origin https://github.com/SaberMage/spt-shell-notify
2026-07-17T03:38:33.7911168Z ##[endgroup]
2026-07-17T03:38:33.7911422Z ##[group]Disabling automatic garbage collection
2026-07-17T03:38:33.7916729Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-07-17T03:38:33.8168919Z ##[endgroup]
2026-07-17T03:38:33.8169138Z ##[group]Setting up auth
2026-07-17T03:38:33.8175993Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-17T03:38:33.8421417Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-17T03:38:34.8374509Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-17T03:38:34.8623328Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-17T03:38:35.8446802Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-17T03:38:36.0058472Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-17T03:38:37.1141370Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-17T03:38:37.2861347Z ##[endgroup]
2026-07-17T03:38:37.2861616Z ##[group]Determining the default branch
2026-07-17T03:38:37.2863311Z Retrieving the default branch name
2026-07-17T03:38:37.6801217Z Default branch 'main'
2026-07-17T03:38:37.6801594Z ##[endgroup]
2026-07-17T03:38:37.6801810Z ##[group]Fetching the repository
2026-07-17T03:38:37.6807964Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main
2026-07-17T03:38:38.6261334Z From https://github.com/SaberMage/spt-shell-notify
2026-07-17T03:38:38.6261719Z  * [new branch]      main       -> origin/main
2026-07-17T03:38:38.6391999Z ##[endgroup]
2026-07-17T03:38:38.6392230Z ##[group]Determining the checkout info
2026-07-17T03:38:38.6393947Z ##[endgroup]
2026-07-17T03:38:38.6398925Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-07-17T03:38:38.8048941Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-17T03:38:38.8305742Z ##[group]Checking out the ref
2026-07-17T03:38:38.8310853Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force -B main refs/remotes/origin/main
2026-07-17T03:38:38.8646732Z branch 'main' set up to track 'origin/main'.
2026-07-17T03:38:38.8646938Z Reset branch 'main'
2026-07-17T03:38:38.8665234Z ##[endgroup]
2026-07-17T03:38:38.8926586Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-07-17T03:38:39.0555747Z ee2d37eadc730c0019e0af82d683074c509634a2
